home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00025_auto.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  239 b   |  15 lines

  1. on mouseDown
  2.   global auto, myLine, csn
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if the castNum of sprite 24 < 100 then
  7.     exit
  8.   end if
  9.   if myLine > csn then
  10.     exit
  11.   end if
  12.   autoPlay()
  13.   set the movieRate of sprite 24 to 1
  14. end
  15.